<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;

&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;head&gt;
    &lt;title&gt;无标题页&lt;/title&gt;
    &lt;style type="text/css"&gt;
        body { padding-right: 0px; padding-left: 35px; padding-bottom: 0px; margin: 0px; font: 12px Arial, Helvetica, sans-serif; color: #333; padding-top: 35px; }
        a { color: #007ab7; text-decoration: none; }
        a:hover { color: #007ab7; text-decoration: none; }
        a:hover { color: #de1d6a; }
        .hidehr { display: none; }
        .img404 { padding-right: 0px; padding-left: 0px; background: url(/Message/404dat.gif) no-repeat left top; float: left; padding-bottom: 0px;  margin: 0px;  width: 80px; padding-top: 0px; position: relative; height: 90px; }
        H2 { padding-right: 0px; padding-left: 0px; font-size: 16px; float: left; padding-bottom: 25px; margin: 0px; width: 80%; line-height: 0; padding-top: 25px; border-bottom: #ccc 1px solid; position: relative; }
        H3.wearesorry { padding-right: 0px; padding-left: 0px; font-weight: normal; font-size: 10px; left: 117px; padding-bottom: 0px; margin: 0px; color: #ccc; line-height: 10px; padding-top: 0px; position: absolute; top: 70px; }
        .content { clear: both; padding-right: 0px; padding-left: 0px; font-size: 13px; left: 80px; float: left; padding-bottom: 0px;  margin: 0px; width: 80%; line-height: 19px; padding-top: 0px; position: relative; top: -30px; }
        .content UL {padding-right: 35px; padding-left: 35px;  padding-bottom: 20px; margin: 0px; padding-top: 10px; }

    &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;h1 class="hidehr"&gt;当前页不存在，或你输入的网址不正确！&lt;/h1&gt;
    &lt;div class="img404"&gt;
    &lt;/div&gt;
    &lt;h2&gt;抱歉，找不到您要的页面……&lt;/h2&gt;
    &lt;h3 class="wearesorry"&gt;We're sorry but the page your are looking for is Not Found...&lt;/h3&gt;
    &lt;div class="content"&gt;
        仔细找过啦，没有发现你要找的页面。最可能的原因是：
        &lt;ul&gt;
            &lt;li&gt;在地址中可能存在键入错误。&lt;/li&gt;
            &lt;li&gt;当你点击某个链接时，它可能已过期。 &lt;/li&gt;
        &lt;/ul&gt;
        &lt;p style="font-size:14px; text-align:center;"&gt;操作：系统将在&lt;span id="timeS" style="color:Red; font-size:16px; padding:0px 5px;"&gt;3&lt;/span&gt;秒内自动跳转至首页！&lt;/p&gt;
        &lt;script type="text/javascript"&gt;
            var nTime=3;
            setInterval(function(){
                nTime--;
                if(nTime&lt;=0)
                    window.location.href='index.aspx';
                document.getElementById("timeS").innerHTML=nTime.toString();
                
            },1000);
        &lt;/script&gt;
    &lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre></body></html>